Xuni 製品ヘルプ
Remove メソッド (XuniCollectionViewWithSource<S,T>)
System.Collections.Generic.ICollection`1 から削除するオブジェクト
System.Collections.Generic.ICollection`1 内で最初に見つかったオブジェクトを削除します。.
構文
public System.bool Remove( 
   T item
)

パラメータ

item
System.Collections.Generic.ICollection`1 から削除するオブジェクト

戻り値の型

true if item was successfully removed from the System.Collections.Generic.ICollection`1 から正常に削除された場合はtrue。削除されない場合は、false。item がオリジナルの System.Collections.Generic.ICollection`1 に存在しない場合もfalseを返します。/>.
例外
例外解説
System.InvalidOperationExceptionコレクションビューが読み取り専用の場合に発生します。
参照

XuniCollectionViewWithSource<S,T> クラス
XuniCollectionViewWithSource<S,T> メンバ

 

 


Copyright c GrapeCity inc. All rights reserved.